public class Row : IContentElementPublic Class Row
Implements IContentElement| Row | Initializes a new instance of the Row class. |
| Cells | Contains a collection of Cell objects. |
| DefaultCellStyle | Contains the default cell style. |
| IsHeader | |
| Item | |
| NumberOfRepeatedRows | Contains the number of rows to which a row element applies. |
| Style | Contains the style. |
| Visibility | Specifies whether a row or column is visible. The defined values are: -collapse: a row or column is not visible because the user chose to hide it. -filter: a row or column is not visible as the result of applying a filter. -visible: a row or column is visible. The default value for this attribute is visible. |
| Clone | Creates a new object that is a deep copy of the current instance. |
| Equals | (Inherited from Object) |
| Finalize | (Inherited from Object) |
| GetContentElements | Returns all content elements. |
| GetHashCode | (Inherited from Object) |
| GetParent | Returns the parent element. |
| GetType | (Inherited from Object) |
| MemberwiseClone | (Inherited from Object) |
| ToString |
Converts the value of the current Row object to its equivalent string representation.
(Overrides ObjectToString) |